ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / CollectionViewBatchEditRequest<T> Class / Distinct Property

In This Topic
    Distinct Property (CollectionViewBatchEditRequest<T>)
    In This Topic
    Indicate the data of column should be distinct.
    Syntax
    'Declaration
     
    
    Public Property Distinct As Boolean
    public bool Distinct {get; set;}
    See Also